1
#pragma checksum "..\..\Window1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EEFBEFF8EC1ED637ABB21C04469B98EA"
2 //------------------------------------------------------------------------------
4 // This code was generated by a tool.
5 // Runtime Version:4.0.30319.42000
7 // Changes to this file may cause incorrect behavior and will be lost if
8 // the code is regenerated.
10 //------------------------------------------------------------------------------
14 using System
.Diagnostics
;
16 using System
.Windows
.Automation
;
17 using System
.Windows
.Controls
;
18 using System
.Windows
.Controls
.Primitives
;
19 using System
.Windows
.Data
;
20 using System
.Windows
.Documents
;
21 using System
.Windows
.Ink
;
22 using System
.Windows
.Input
;
23 using System
.Windows
.Markup
;
24 using System
.Windows
.Media
;
25 using System
.Windows
.Media
.Animation
;
26 using System
.Windows
.Media
.Effects
;
27 using System
.Windows
.Media
.Imaging
;
28 using System
.Windows
.Media
.Media3D
;
29 using System
.Windows
.Media
.TextFormatting
;
30 using System
.Windows
.Navigation
;
31 using System
.Windows
.Shapes
;
32 using System
.Windows
.Shell
;
41 public partial class Window1
: System
.Windows
.Window
, System
.Windows
.Markup
.IComponentConnector
{
44 #line 18 "..\..\Window1.xaml"
45 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 internal System
.Windows
.Controls
.ItemsControl ordersList
;
52 #line 33 "..\..\Window1.xaml"
53 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 internal System
.Windows
.Controls
.TextBlock textBlock1
;
60 #line 34 "..\..\Window1.xaml"
61 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
62 internal System
.Windows
.Controls
.TextBlock textBlock2
;
68 #line 36 "..\..\Window1.xaml"
69 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
70 internal System
.Windows
.Controls
.Image image1
;
76 #line 37 "..\..\Window1.xaml"
77 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
78 internal System
.Windows
.Controls
.Button processNextOrderButton
;
83 private bool _contentLoaded
;
86 /// InitializeComponent
88 [System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
89 [System
.CodeDom
.Compiler
.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
90 public void InitializeComponent() {
94 _contentLoaded
= true;
95 System
.Uri resourceLocater
= new System
.Uri("/AcmePizza;component/window1.xaml", System
.UriKind
.Relative
);
97 #line 1 "..\..\Window1.xaml"
98 System
.Windows
.Application
.LoadComponent(this, resourceLocater
);
104 [System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
105 [System
.CodeDom
.Compiler
.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
106 [System
.ComponentModel
.EditorBrowsableAttribute(System
.ComponentModel
.EditorBrowsableState
.Never
)]
107 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
108 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
109 [System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
110 void System
.Windows
.Markup
.IComponentConnector
.Connect(int connectionId
, object target
) {
111 switch (connectionId
)
115 #line 6 "..\..\Window1.xaml"
116 ((AcmePizza
.Window1
)(target
)).Loaded
+= new System
.Windows
.RoutedEventHandler(this.Window_Loaded
);
122 this.ordersList
= ((System
.Windows
.Controls
.ItemsControl
)(target
));
125 this.textBlock1
= ((System
.Windows
.Controls
.TextBlock
)(target
));
128 this.textBlock2
= ((System
.Windows
.Controls
.TextBlock
)(target
));
131 this.image1
= ((System
.Windows
.Controls
.Image
)(target
));
134 this.processNextOrderButton
= ((System
.Windows
.Controls
.Button
)(target
));
136 #line 37 "..\..\Window1.xaml"
137 this.processNextOrderButton
.Click
+= new System
.Windows
.RoutedEventHandler(this.processNextOrderButton_Click
);
143 this._contentLoaded
= true;